Skip to content

RodricBr/CVE-2021-3156

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Exploit CVE-2021-3156

Executing:

$ git clone https://github.com/RodricBr/CVE-2021-3156
$ cd CVE-2021-3156/
$ chmod u+x programa.sh
$ ./programa.sh

One-Liner:

AA=$(sudo --version | tr '[:space:]' ','| tr -d '.'  | cut -d ',' -f3 | awk '{print $0}'); [[ "$AA" -lt 1828 ]] && echo -e "Exploitável\nCVE-2021-3156"; [[ "$AA" -lt 1827 ]] && echo -e "Não é Exploitável!";

About

CVE-2021-3156

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages